home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / oberonv4 / tool / clipboard.tool (.txt) < prev    next >
Oberon Text  |  1995-12-10  |  1KB  |  19 lines

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. Clipoboard   -   RD   8 Aug 95    degner@pallas.amp.uni-hannover.de
  6. Clipboard.Copy    Copy selected Text
  7. Clipboard.Cut    Copy selected Text and delete it
  8. Clipboard.CopyFrame *    Copy contents of Frame
  9.     Works with Text and Picture-Frames
  10. Clipboard.Paste    Insert Text from Clipboard at Caret
  11. Clipboard.Show    Show Contents of Clipboard
  12. Clipboard.SnapShot    Copy Display-SnapShot to Clipboard
  13. Clipboard.Select ^    Select Clipboard-Unit (0<= Unit <=255)
  14. Clipboard.Copy 5    Copy selected Text to Clipboard-Unit 5
  15. Some Amiga programs (Multiview, OEd) have problems if there is more than one Text-Chunk in the Clipboard. To work with this programs, there are the NoStyle Commands. They store all Chars in only one Chunk, but they do not store Style-Info. Only use this, if you have problems with the normal Commands.
  16. Clipboard.CopyNoStyle
  17. Clipboard.CopyFrameNoStyle *
  18. Clipboard.CutNoStyle
  19.